* {
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}

body {
    font-size: 12px;
    font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
	overflow-x: hidden;
}

a {
    text-decoration: none
}

.wrapperC{
    width: 1200px;
    margin: auto;
}
.content-box {
    position: absolute;
    left: 205px;
    right: 0;
    top: 0px;
    bottom: 0;
    padding-bottom: 30px;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    background: #f0f0f0;
}

.content {
    width: auto;
    height: 100%;
    padding: 10px;
    overflow-y: scroll;
    box-sizing: border-box;
}

.content-collapse {
    left: 64px;
}

.container {
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.crumbs {
    margin: 10px 0;
}

.el-table th {
    background-color: #f5f7fa !important;
}

.pagination {
    margin: 20px 0;
    text-align: right;
}

.plugins-tips {
    padding: 20px 10px;
    margin-bottom: 20px;
}

.el-button+.el-tooltip {
    margin-left: 10px;
}

.el-table tr:hover {
    background: #f6faff;
}

.mgb20 {
    margin-bottom: 20px;
}

.move-enter-active,
.move-leave-active {
    transition: opacity .5s;
}

.move-enter,
.move-leave {
    opacity: 0;
}

/*BaseForm*/

.form-box {
    width: 600px;
}

.form-box .line {
    text-align: center;
}

.el-time-panel__content::after,
.el-time-panel__content::before {
    margin-top: -7px;
}

.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
    padding-bottom: 0;
}

/*Upload*/

.pure-button {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.g-core-image-corp-container .info-aside {
    height: 45px;
}

.el-upload--text {
    background-color: #fff;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    box-sizing: border-box;
    width: 360px;
    height: 180px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.el-upload--text .el-icon-upload {
    font-size: 67px;
    color: #97a8be;
    margin: 40px 0 16px;
    line-height: 50px;
}

.el-upload--text {
    color: #97a8be;
    font-size: 14px;
    text-align: center;
}

.el-upload--text em {
    font-style: normal;
}

/*VueEditor*/

.ql-container {
    min-height: 400px;
}

.ql-snow .ql-tooltip {
    transform: translateX(117.5px) translateY(10px) !important;
}

.editor-btn {
    margin-top: 20px;
}

.v-note-wrapper .v-note-panel {
    min-height: 500px;
}

.el-button--small,
.el-button--small.is-round {
    padding: 6.5px 5.5px !important;
} 

.dialog-footer {
    display: flex;
    justify-content: flex-end;
}

.el-table {
    font-size: 12px !important;
    color:#606266 !important;
}

.el-form-item__label {
    font-size: 12px !important;
    color:#606266 !important;
}


.index-title {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 28px;
    align-items: center;
    box-sizing: border-box;
}
.title-no-class::after,.title-no-class::before{
    display: none;
}
.index-title::before {
    content: '';
    width: 5px;
    height: 27px;
    background: #ac2317;
    position: absolute;
    bottom: 0;
    left: 7px;
}
.index-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 14px;
    background: linear-gradient(90deg, #ac2317, rgba(172, 35, 23, 0));
    opacity: 0.2;
}
.index-title span {
    font-size: 24px;
    font-weight: bold;
    color: #ac2317;
}
.index-title strong {
    width: 43px;
    cursor: pointer;
}



img{
    display:block;
    width: 100%;
}
.pc{
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.topBanner{
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
:deep(.swiper-pagination-bullet){
    background: #fff !important;
}
.banner-main{
    position: relative;
    z-index: 2;
}
.banner{
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
}
.banneritem{
    width: 100%;
    height: 600px;
}
.header{
    position: relative;
    height: 600px;
}
.header300{
    height: 305px;
    background: url(../topbk.png) no-repeat #BB0200 center center;
    background-size: 1920px auto;
}
.header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.h-t-l{
    font-size: 18px;
    font-weight: 400;
    width: 273px;
    color: #FFFFFF;
}
.h-t-l img{
    display: block;
    width: 100%;
}
.h-t-r{
    display: inline-flex;
}
.h-t-r span{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    width: 71px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    /*background: rgba(0,0,0,.2);*/
    border-radius: 16px;
    margin-left:10px
}
.huitop{
    width:128px;
    margin:0 auto
}
.title{
    width: 900px;
    margin: 8px auto 0;
}
.seach{
    width: 1050px;
    margin: 0 auto;
    background: rgba(255,255,255,.9);
    border-radius: 5px;
    height: 30px;
    padding: 14px 0;
    display: flex;
}

.seach select{
	width: 130px;
	background: none;
	border: none;
	font-size:18px;
	margin: 0 20px;
}
.seach input{
	flex: 1;
	background: none;
	border: none;
	font-size:18px;
	font-weight: 400;
	color: #666666;
	border: none;
	border-left: 2px solid #999999;
	padding-left: 20px;
}
input{
	outline: none;
}
:deep(.el-input-group__prepend){
    background-color:transparent !important;
    color: #333333;
    font-size: 22px;
}
:deep(.el-input--small .el-input__inner){
    height: 30px;
    line-height: 30px;
}
:deep(.el-input-group__prepend){
    border: none;
}
:deep(.el-select .el-input .el-select__caret){
    color:#BB0200 ;
    font-size:30px
}
:deep(.el-input__inner){
    background-color:transparent !important;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    border: none;
    border-left: 2px solid #999999;
}
.seach-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 201px;
    height: 58px;
    background: #FF2A00;
    opacity: 0.9;
    border-radius: 0px 5px 5px 0px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin: -14px 0;
    cursor: pointer;
}
.seach-btn img{
    width: 18px;
    height: 18px;
    margin-right: 12px;
}
.seach-text{
    width: 1050px;
    margin: 10px auto;
}
.seach-text span{
    font-size: 14px;
    font-weight: 400;
    color: #FB9F98;
    cursor: pointer;
}
.nav-main{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    background: #AC2317;
}
.nav{
    display: flex;
    height: 78px;
}
.nav>li{
    flex: 1;
    text-align: center;
    font-size: 20px;
    height: 78px;
    line-height: 78px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
}
.nav li a{
	color: #FFFFFF;
}

.nav li.active,.nav li:hover,.navchidren li:hover,.navchidren li.active{
    background: #871308;
}
.nav li:hover .navchidren{
    display: block;
}
.navchidren{
    display: none;
    background: #AC2317;
}
.navchidren li{
    line-height: 40px;
    font-size: 14px;
}
.footer{
    padding:60px 0;
    background: #AC2317;
}
.footer p{
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2;
}
.seach-top{
    padding-top: 80px;
}